object frmZoom: TfrmZoom Left = 330 Top = 455 ActiveControl = spinZoom BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Zoom' ClientHeight = 188 ClientWidth = 449 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object lblInfo: TLabel Left = 24 Top = 16 Width = 289 Height = 57 AutoSize = False Caption = 'Enter the desired &zoom percentage in the text box to the right,' + ' or use the trackbar below to select the desired value.' FocusControl = spinZoom end object spinZoom: TSpinEdit Left = 326 Top = 29 Width = 100 Height = 26 AutoSize = False Increment = 10 MaxLength = 9 MaxValue = 999999999 MinValue = 1 TabOrder = 0 Value = 100 OnChange = spinZoomChange end object trackZoom: TTrackBar Left = 8 Top = 88 Width = 433 Height = 41 Max = 1000 Min = 1 Orientation = trHorizontal Frequency = 20 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = trackZoomChange end object butOK: TButton Left = 352 Top = 152 Width = 83 Height = 25 Caption = '&OK' Default = True TabOrder = 3 OnClick = butOKClick end object butCancel: TButton Left = 256 Top = 152 Width = 83 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = butCancelClick end end